GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-15T14:12:18.2153792+00:00",
"SubmitDate": "2026-04-15T14:12:18.2153792+00:00",
"ReportPeriodStart": "2026-04-15T14:12:18.2153792+00:00",
"ReportPeriodEnd": "2026-04-15T14:12:18.2153792+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d4dcf367-c1b9-433e-8cba-006472b9e548",
"Rows": [
{
"ItemId": "311a1d3f-1923-428a-98df-b0cfe0a71e5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "311a1d3f-1923-428a-98df-b0cfe0a71e5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d4dcf367-c1b9-433e-8cba-006472b9e548",
"Rows": [
{
"ItemId": "311a1d3f-1923-428a-98df-b0cfe0a71e5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "311a1d3f-1923-428a-98df-b0cfe0a71e5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0b029dbc-afc5-44d0-93f2-728a7c231176",
"b421b8e5-3325-4070-8240-c2fbf7dda3e4"
],
"Approvers": [
"0d04b85c-f74d-413e-8ee9-12cfb2eb48b5",
"5e7ea6f4-602a-495d-9afe-d9ec91068216"
],
"ApprovedBy": "fe082a6d-2042-447a-aecc-2b9d3cafd63d",
"ApprovalDate": "2026-04-15T14:12:18.2153792+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "49ef3b57-7bfe-499f-bd40-49a65494c6c8",
"id": "acd7e785-1fce-4c05-859c-a77cbeb8ca53",
"ConfigId": "021cf97f-4503-4851-9421-7bf7f19f9f23"
},
{
"GenerationDate": "2026-04-15T14:12:18.2153792+00:00",
"SubmitDate": "2026-04-15T14:12:18.2153792+00:00",
"ReportPeriodStart": "2026-04-15T14:12:18.2153792+00:00",
"ReportPeriodEnd": "2026-04-15T14:12:18.2153792+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d4dcf367-c1b9-433e-8cba-006472b9e548",
"Rows": [
{
"ItemId": "311a1d3f-1923-428a-98df-b0cfe0a71e5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "311a1d3f-1923-428a-98df-b0cfe0a71e5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d4dcf367-c1b9-433e-8cba-006472b9e548",
"Rows": [
{
"ItemId": "311a1d3f-1923-428a-98df-b0cfe0a71e5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "311a1d3f-1923-428a-98df-b0cfe0a71e5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0b029dbc-afc5-44d0-93f2-728a7c231176",
"b421b8e5-3325-4070-8240-c2fbf7dda3e4"
],
"Approvers": [
"0d04b85c-f74d-413e-8ee9-12cfb2eb48b5",
"5e7ea6f4-602a-495d-9afe-d9ec91068216"
],
"ApprovedBy": "fe082a6d-2042-447a-aecc-2b9d3cafd63d",
"ApprovalDate": "2026-04-15T14:12:18.2153792+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "49ef3b57-7bfe-499f-bd40-49a65494c6c8",
"id": "acd7e785-1fce-4c05-859c-a77cbeb8ca53",
"ConfigId": "021cf97f-4503-4851-9421-7bf7f19f9f23"
}
]